home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / MATRIX.ZIP / TILEPICS.ZIP / PICDEMO.BAT < prev   
Encoding:
DOS Batch File  |  1995-06-13  |  174 b   |  9 lines

  1. @echo off
  2. :repeat
  3. matrix /t40 /s /p:cat /0:darkgreen
  4. if errorlevel==1 goto enough
  5. matrix /t40 /s /p:li /0:darkviolet
  6. if errorlevel==1 goto enough
  7. goto repeat
  8. :enough
  9.